www.gusucode.com > 万能超级搜索引擎 8.2 (商业版) > 万能超级搜索引擎 8.2 (商业版)/downcode.com/followtop/admin/logincheck.asp

    <%
if session("loginyet")<>"yes" then 
response.write("如果您是管理员请您先登陆")
response.end()
end if
%>